Version Packages (beta)#2540
Merged
Merged
Conversation
Contributor
c74773b to
047ebd0
Compare
37ac292 to
5377e88
Compare
6f8b437 to
57cccaf
Compare
Contributor
Author
|
No backport to This is a Changesets-generated "Version Packages (beta)" release-plumbing commit that only consumes changesets and bumps versions/CHANGELOGs across packages. It contains no functional changes and is specific to the To override, re-run the Backport to stable workflow manually via |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/core@5.0.0-beta.21
Minor Changes
3e82a12Thanks @VaguelySerious! - Add turbo mode (on by default, disable withWORKFLOW_TURBO=0): on the first delivery of a run's first invocation the runtime backgroundsrun_started, skips the initial event-log load, and forces optimistic inline start so the run reaches its first steps with no preceding network round-trips. It is safe there because the first delivery has no concurrent handler to race; turbo mode deactivates once a hook or sleep is encountered.Patch Changes
#2412
6de5ea5Thanks @VaguelySerious! - Fix a race where anAbortControlleraborted from a step was not reflected in acontroller.signalpassed to a subsequent step. The step now commits the abort's durable hook event before completing, and the workflow's suspension waits for the abort to land before serializing downstream step arguments.#2472
66ca0dcThanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.@workflow/next@5.0.0-beta.21
Minor Changes
#2545
57cccafThanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and theworkflows.lazyDiscoveryoption.Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.
Patch Changes
#2546
5291f15Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility.Updated dependencies [
6de5ea5,5291f15,66ca0dc,b713d84,57cccaf,3e82a12]:workflow@5.0.0-beta.21
Minor Changes
3e82a12Thanks @VaguelySerious! - Add turbo mode (on by default, disable withWORKFLOW_TURBO=0): on the first delivery of a run's first invocation the runtime backgroundsrun_started, skips the initial event-log load, and forces optimistic inline start so the run reaches its first steps with no preceding network round-trips. It is safe there because the first delivery has no concurrent handler to race; turbo mode deactivates once a hook or sleep is encountered.Patch Changes
#2472
66ca0dcThanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.Updated dependencies [
6de5ea5,5291f15,66ca0dc,57cccaf,3e82a12]:@workflow/astro@5.0.0-beta.21
Patch Changes
5291f15,b713d84,57cccaf]:@workflow/builders@5.0.0-beta.21
Patch Changes
#2546
5291f15Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility.#2324
b713d84Thanks @VaguelySerious! - Decode escaped workflowCode template literals before graph extraction so unicode-escape identifiers parse correctly.#2545
57cccafThanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and theworkflows.lazyDiscoveryoption.Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.
Updated dependencies [
6de5ea5,66ca0dc,3e82a12]:@workflow/cli@5.0.0-beta.21
Patch Changes
6de5ea5,5291f15,66ca0dc,b713d84,57cccaf,3e82a12]:@workflow/nest@5.0.0-beta.21
Patch Changes
5291f15,b713d84,57cccaf]:@workflow/nitro@5.0.0-beta.21
Patch Changes
6de5ea5,5291f15,66ca0dc,b713d84,57cccaf,3e82a12]:@workflow/nuxt@5.0.0-beta.21
Patch Changes
@workflow/rollup@5.0.0-beta.21
Patch Changes
5291f15,b713d84,57cccaf]:@workflow/sveltekit@5.0.0-beta.21
Patch Changes
5291f15,b713d84,57cccaf]:@workflow/vite@5.0.0-beta.21
Patch Changes
5291f15,b713d84,57cccaf]:@workflow/vitest@5.0.0-beta.21
Patch Changes
#2351
047ebd0Thanks @VaguelySerious! - Bundle project-local imports into the test step bundle instead of externalizing them, fixing module resolution errors when bundles are loaded by Node's native ESM loaderUpdated dependencies [
6de5ea5,5291f15,66ca0dc,b713d84,57cccaf,3e82a12]:@workflow/web-shared@5.0.0-beta.21
Patch Changes
6de5ea5,66ca0dc,3e82a12]:@workflow/world-testing@5.0.0-beta.21
Patch Changes
6de5ea5,66ca0dc,3e82a12]:@workflow/web@5.0.0-beta.21